home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000183_news@watsun.cc.columbia.edu _Sat Jun 19 19:18:43 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA18356
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 19 Jun 1999 19:18:42 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA01536
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 19 Jun 1999 18:49:50 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: Help: TELNET/K95 - Atten J.Altman
  11. Date: 19 Jun 1999 22:49:50 GMT
  12. Organization: Columbia University
  13. Message-ID: <7kh6qe$1ft$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <7kgtvl$dfb@chronicle.concentric.net>,
  17. R. S. K. <See end of message> wrote:
  18. : Joe Doupnik (jrd@cc.usu.edu) wrote:
  19. : Yes, I realize the problem is on the host, and is something like what
  20. : you describe; however, the fact remains that both mainframe (CMS/VM) and
  21. : UNIX telnet clients ARE able to interact with that program, and I'm trying
  22. : to find a way to make K95 manage to do so, too--it has such a rich set
  23. : of options, it must be possible, but I cannot figure out how to set it
  24. : up.  You're quite right, though; I know for a fact that the software
  25. : is simply answering a TCP connection on the port and has only a few
  26. : TELNET commands built into the socket communications, probably improperly.
  27.  
  28. K95 does not support Telnet Line Mode.  Sorry.
  29.  
  30. : That's not an option, in this case.
  31. : If you know of a way to prepare a script which will buffer input and send
  32. : it line-by-line in kermit, let me know.  I haven't learned the scripting
  33. : language of Kermit well enough, yet, to compose one myself.
  34.  
  35. WHILE true {
  36.   ASK %q
  37.   IF SUCCESS OUTPUT %q\13\10
  38. }
  39.  
  40.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  41.                  The Kermit Project * Columbia University
  42.               612 West 115th St #716 * New York, NY * 10025
  43.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org